home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / GODBOLT / 032-118R / !IRClient / !Run < prev    next >
Text File  |  1997-01-25  |  2KB  |  36 lines

  1. | *******************************************************************
  2. | ** !IRClient by Matthew Godbolt and Justin Fletcher  © 1995-1997 **
  3. | ** IRClient is now *SHAREWARE* and should be registered, see the **
  4. | ** !Help file                                                    **
  5. | ** ZapRedraw module © 1994 Dominic Symes - used with permission  **
  6. | *******************************************************************
  7.  
  8. Set IRClient$Dir <Obey$Dir>
  9. IconSprites <IRClient$Dir>.!Sprites
  10.  
  11. Set EqWimp$Path System:Modules.,<IRClient$Dir>.Resources.
  12.  
  13. RmEnsure EqWimpMod 0.29 RmLoad EqWimp:EqWimpMod
  14. RmEnsure EqWimpMod 0.29 Error 0 You need EqWimp version 0.29 or greater to run !IRClient
  15. RmEnsure EqNet     0.05 RmLoad EqWimp:EqNet
  16. RmEnsure EqNet     0.05 Error 0 You need EqNet v0.05 installed to run !IRClient
  17. RmEnsure ZapRedraw 0.22 RmLoad EqWimp:ZapRedraw
  18. RmEnsure ZapRedraw 0.22 Error 0 You need ZapRedraw version 0.22 or greater to run !IRClient
  19. |RmEnsure InetDB    0.00 Error 0 You need INetDB installed to run !IRClient - see the help file
  20.  
  21. Unset EqWimp$Path
  22.                                                
  23. | *********************************************************************
  24. | ** If you are having problems with IRClient not recognising your   **
  25. | ** IP address, and you *know* what IP address you have, then un-   **
  26. | ** comment the next line, and change it to be either your IP       **
  27. | ** address, or a resolvable hostname                           MrG **
  28. | *********************************************************************
  29. |Set Inet$HostName your_ip_address_here
  30.  
  31. If "<Inet$HostName>" = "" Then Run <IRClient$Dir>.Resources.HostName
  32.  
  33. WimpSlot -min 160k -max 160k
  34. | debugaif <IRClient$Dir>.!RunImage
  35. Run <IRClient$Dir>.!RunImage
  36.